home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / clipper / ks94an.zip / POPSCRSV.HDR < prev    next >
Text File  |  1994-04-25  |  873b  |  37 lines

  1. /******************************************************************************
  2.                  The Klipper Library, for CA-Clipper 5.x
  3.         Copyright (c), 1994, Wallace Information Systems Engineering
  4.  
  5. FUNCTION:
  6.  
  7. _Pop_Scr_Save() --> lSuccess
  8.  
  9. PARAMETERS:
  10.  
  11. None
  12.  
  13. SHORT:
  14.  
  15. Screen capture utility function (ASCII).
  16.  
  17. DESCRIPTION:
  18.  
  19. _Pop_Scr_Save() is a screen capture utility that can be linked into
  20. your program and activated with a SET KEY TO call.  The function can also
  21. be called directly.
  22.  
  23. The screen is saved in generic DOS text format after supplying an
  24. eight character file name.
  25.  
  26. Returns TRUE if successfully saved, else FALSE.
  27.  
  28. NOTE:
  29.  
  30. See also _WSPop_Scr_Save() which saves to a WordStar (tm) format.
  31.  
  32. EXAMPLE:
  33.  
  34. SET KEY ALT_F10 to _Pop_Scr_Save()
  35.  
  36. ******************************************************************************/
  37.